﻿@charset "utf-8";
/* CSS Document */

/*--大图背景式--*/
.page-header{ background: none !important; }
.top-header .hc-right-box li#zwlogin i{color:#ffd450;}
.topcenter {height: 33px;line-height: 33px;}
.header-nav{margin-top:27px;}



.top-header {background: url(../images/header-bg.png) no-repeat center top !important;	height:131px;padding-top:0;border-bottom: 2px solid #1264b8; max-width: 1920px; margin: 0 auto;}
.header-content .left-logo-box {width:401px; height: auto;margin-top:4px;}


.left-logo-box a, .newlogo a {display: block;}
.top-header .right-headermeunu {width: 690px;padding-bottom: 6px;}
.top-header .header-content {padding:0;margin-bottom: 0;}
.top-header .header-nav {background: none; height: 45px; line-height: 45px;}
.top-header .header-nav .header-nav-list li {font-size: 24px;position: relative;}
.top-header .header-nav .header-nav-type li:not(.menu-line) {min-width: 85px;}
.top-header .header-nav .header-nav-type { /*justify-content:flex-end;*/text-align: right;}
.top-header .header-nav .header-nav-list li:not(.menu-line) {color: #fff;padding: 0;display: block;position: relative;cursor: pointer;}
 .top-header .header-nav .header-nav-list li a {padding: 0 !important;}

 .top-header .header-nav .header-nav-list li:hover a {color: #1264b8;}

.top-header .header-nav .header-nav-list .active a {background: none !important;color: #026edd;}

.top-header .header-nav .header-nav-list li:hover {background: none !important;}

.top-header .header-nav .header-nav-list .active {background: none !important;}
       
.top-header .header-nav .header-nav-list .active::after {opacity: 1 !important;visibility: visible !important;}

/*---搜索部分修改---*/
.minddle-main {
    width: 100%;
    background: url(../images/middle-topbg.jpg) no-repeat center top !important;
    margin: 0 auto;
    display: block;
	min-width: 1252px;
}

    .minddle-main .heardSearchBox {
        padding-top: 30px;
    }

.heardSearchBox .sy-select-box {
    width: 642px !important;
}

.heardSearchBox .search-box {
    display: flex;
    box-sizing: border-box;
    border-radius: 40px;
    background:rgba(234,241,245,0.7);*background:rgba(234,241,245,0.7);
    overflow: hidden;
}

    .heardSearchBox .search-box .search-input {
        border: none;
        background: rgba(0, 0, 0, 0);
        outline: none;
        height: 48px;
        line-height: 48px;
        padding: 0 15px 0 20px;
        width: 350px;
        font-size: 16px;
    }

    .heardSearchBox .search-box .search-but {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 0 15px 0 10px;
        cursor: pointer;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21a3ed), color-stop(100%,#0b86dd));
        background: -webkit-linear-gradient(left,#21a3ed,#0b86dd);
        background: -o-linear-gradient(left,#21a3ed,#0b86dd);
        background: -moz-linear-gradient(left,#21a3ed,#0b86dd);
        background: -mos-linear-gradient(left,#21a3ed,#0b86dd);
        background: -ms-linear-gradient(left, #21a3ed 0%,#0b86dd 100%);
        background: linear-gradient(left,#21a3ed,#0b86dd);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a3ed', endColorstr='#0b86dd',GradientType=1 );
    }

        .heardSearchBox .search-box .search-but .iconfont {
            margin-right: 5px;
        }

.heardSearchBox .search-hot-list {
    display: flex;
    padding: 8px 0 10px 0;
    font-size: 15px;
}

    .heardSearchBox .search-hot-list li {
        margin-left: 12px;
        cursor: pointer;
    }

    .heardSearchBox .search-hot-list li {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;        
        padding: 0px 5px;
        color: #fff;
		font-size: 16px;
    }

        .heardSearchBox .search-hot-list li.search-tip {
            color: #f15c09;
            font-weight: bold;
            background: none;			
			vertical-align:middle;	
			padding:5px 0;
        }

.minddle-main .content-box{ margin-top:0;}

.heardSearchBox  .content-box{ background: none !important;}

/*---新头部修改--结束--*/



